home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / archives / com / internet / stik / cabftp03.lzh / CAB-FTP.TXT < prev    next >
Text File  |  1997-07-26  |  8KB  |  198 lines

  1.                            Documentation of
  2.  
  3.                                Cab-FTP
  4.  
  5.  
  6.                                  von
  7.  
  8.                             Manfred Ssykor
  9.                             Httenstr. 46
  10.                             D-52068 Aachen
  11.                          Tel: +49-241-953703
  12.                          Fax: +49-241-953705
  13.                 eMail: ms@ac3.maus.de (no Mails >16kb)
  14.               eMail: msy@lafp.tng.oche.de (no Maillimit)
  15.  
  16.  
  17.  
  18. Inhaltsverzeichnis
  19. ==================
  20.  
  21.  Cab-FTP
  22.  
  23.  ToDo
  24.  
  25.  Development of this program...
  26.  
  27.  History
  28.  
  29.  
  30.  
  31. Cab-FTP
  32. *******
  33.  
  34. Cab-FTP is a FTP-Client for use under STiK (STiNG not tested!). BUT
  35. STOP! Is is not a 100%-Client!! But it is on it's way ;)
  36.  
  37. Cab-FTP is designed to be installed under Cab. Go in the dialogue
  38. "Internet clients" in the "Options"-Menu. Install Cab-FTP for "FTP".
  39. Support VA-Start must be set of actually. Later i'll change this.
  40.  
  41. Remark: You can use Cab-FTP without Cab too!!
  42.  
  43. Everytime when you're browsing a WWW-Page and you click on a URL which
  44. begins with "FTP://" (instead of "HTTP://" for WWW) Cab will start
  45. Cab-FTP and Cab-FTP then get's the File for you (hopefully ;-)).
  46.  
  47. A file to get must be given via commandline. A correct call (correct
  48. ftp- url) is
  49.  
  50.      ftp://ftp.uni-muenster.de/pub/atari/test.dat
  51. You can give a Textfile via commandline with
  52.  
  53.       f:\include.dat
  54. Note the " " at the beginning. Each line of this file must have a
  55. correct ftp-url. All lines are read and then Cab-FTP gets all files
  56. for you. One after the other...
  57.  
  58. NOTE: A correct FTP-URL _must_ include the "ftp://"!!
  59.  
  60. Cab-FTP does not have any kind of configuration inside the program.
  61. You must setup the INF-File manually. See example and edit it to your
  62. wishes.
  63.  
  64. Last remarks: If the URL is a directory and not a file Cab-FTP can be
  65. fall into a endless loop. To go out of this loop press the Alternate-
  66. key for a longer time (5 to 10 seconds) and then Quit the program
  67. (Contrl-Q). Don't "play" with the alternate-key while Cab-FTP is
  68. working!! IT STOPS ALL ACTIONS AND CLOSES THE CONNECTIONS!
  69.  
  70.  
  71.  
  72. ToDo
  73. ****
  74.  
  75. Oh, there is a lot to do actually. ;-)
  76.  
  77.  
  78.  
  79. Development of this program...
  80. ******************************
  81.  
  82. Cab-FTP is Shareware! Actually i used more than 50,- DM of
  83. telephonebill! It is used to program my work. Most functions i must
  84. check online. Then fixing a little bug, another test online, found
  85. another one... and so on. Cab-FTP is shareware now to help me paying
  86. my phonebill.
  87.  
  88. But: there are NO restrictions in Cab-FTP. You can test it for two
  89. weeks for free! After this two weeks you must deside; pay or not pay.
  90. The sharewarefee for Cab-FTP is 15,-DM (for germans) or 8 pound (rest
  91. of world).
  92.  
  93. You can copy Cab-FTP like you want! Put it on your homepage, put it
  94. together with other programs on a CD-Rom or a Public Domain-Disk, put
  95. in on a ftp-server, copy it to a friend... NO PROBLEM!
  96.  
  97. The Copyright is still mine (Manfred Ssykor)!
  98.  
  99. Development is not garanteed! In first line I have written Cab-FTP for
  100. myself! If you have any suggestions or wishes. Write me an eMail (see
  101. top of this file for adress) and i'll have a look what i can do.
  102.  
  103. And now; it's up to you to make good suggestions, sending bugreports
  104. or whatever.
  105.  
  106.  
  107.  
  108. History
  109. *******
  110.  
  111. !item V0.21 (beta 3) as of 07/26/97
  112.  
  113.    ù The Configuration is now a binary-file and it is renamed to CAB-
  114.      FTP.MDL (REMOVE your CAB-FTP.INF! You don't need it anymore)
  115.    ù The program is renamed to .APP (.PRG before). This is needed for
  116.      the next feature.
  117.    ù If you want to use Cab-FTP in Cab you should install it in CABs
  118.      MODULES-Folder. NOW you can get Informations about Cab-FTP from
  119.      Cab using the "about"-Feature... (To see it, use "about:plugins"
  120.      as URL you want to get). :-)
  121.    ù Infodialogue implemented. Here is a little specialfeature...
  122.      Watch out for it!! (hallo Q-Funk ;-))
  123.  
  124.    ù V0.20 (beta 2) as of 07/25/97
  125.         - The complete configuration is now inside Cab-FTP
  126.         - You now can define FTP-Server. You can enter adress (name or
  127.           numeric IP), default path after login, username to use to
  128.           login, password to use to login. And last but not least; you
  129.           can select wheter this server should be used with a
  130.           anonymous login or not.
  131.         - You now can browse online. Select a host from the list and
  132.           press Control-O (or Menuentry). Cab-FTP then logs you in and
  133.           change the Path to the default-directory (if any).
  134.           All files from this folder is displayed in a GEM-Window then
  135.           and you can select.
  136.           Doubleclick on a File gets this file. Doubleclick on a
  137.           folder opens it and Cab-FTP gets the directorylisting of
  138.           this folder. It would be displayed... and so on...
  139.           To go back one directory you can use the ".."-Folder. To go
  140.           back to the ROOT ("/") you can use the "."-Folder. But
  141.           attention; Using the "."- Folder is dangerous. I must insert
  142.           some errorhandlings there... Use ".." more times for the
  143.           moment!!
  144.           While retrieving a file Cab-FTP DON'T accept all available
  145.           errorcodes atm!! ATTENTION! If this happens to you: Abort
  146.           Cab-FTP with pressing Alternate for a longer time. Then quit
  147.           the program ans send me the LOG-File Cab-FTP has written. In
  148.           most cases the last 10-15 lines should be enough.
  149.         - In my last tests sometimes the host don't got the command
  150.           from Cab-FTP. I must send it again and then the host reacts
  151.           to it (and, mostly; to the first command too).
  152.           If Cab-FTP has stopped working you can send the last command
  153.           when you press the Control-Key. Cab-FTP send the comand
  154.           again and wait for you to release the Control-Key. Sometimes
  155.           it yould be that you then get an error "not able to build
  156.           data connection" or something similar. Ignore it! In this
  157.           case the host get your command twice but Cab-FTP only accept
  158.           it once.
  159.         - Roy suggested a faster download-speed. Hmm, my last tests
  160.           here have had a cps of approx. 1600 (on a 14.4k-Modem). I
  161.           don't think that i can make it faster... Please test again,
  162.           Roy!
  163.         - Roy said that a second copy of Cab-FTP (under MagiC) stops
  164.           the first one. This one i have not tested yet, roy. It could
  165.           be that this happens to you now too! Next release, ok?
  166.         - A lot of errorhandling must be included to create a stable
  167.           program. I need some bug-reports from you to do these
  168.           errorhandlings.
  169.         - anyway: if Cab-FTP stop working and you don't know why; send
  170.           me the LOG-File Cab-FTP has written. This can help me much!!
  171.           Please compress it with ZIP or Lharc before UUEncoding.
  172.         - You now can open a "local host". local means here that you
  173.           must have a INDEX-File of a ftp-server. Cab-FTP can browse
  174.           through this INDEX- File and you're able to browser though
  175.           it like you are online on this host. >ou can doubleclick on
  176.           a file and this one would be written to a "batch" (CAB-
  177.           FTP.BAT). The batch can be started when you are online and
  178.           then Cab-FTP gets all files listed in the batchfile.
  179.           Actually you must give the batch via commandline to
  180.           "execute" it. Later there will be an menuentry for this.
  181.         - I hope i don't forgot an new feature to list here... It's up
  182.           TO YOU to send me bug reports now! For the first beta i got
  183.           TWO mails. One from Roy and one from Dan. It's not much,
  184.           guys!
  185.    ù Changed the "@" to " " to get a file with URLs inside via
  186.      commandline. You now must use
  187.       c:\get_this.dat
  188.      instead of
  189.      @c:\get_this.dat
  190.      on the commandline. I have changed it cause you cannot enter the
  191.      "@" as first char in a GEM-Dialogue (like the one to enter the
  192.      commandline some desktops gives). " " is better for this.
  193.    ù V0.01 (beta 1) as of 07/18/97
  194.         - First release for open betatest.
  195.  
  196.  
  197.  
  198.